Xbasic

INET::SSLSocket GetOptions Method

Syntax

OptionsRead as C = INET::SSLSocket::GetOptions(OptionsRequested as C)

Arguments

OptionsRead

The status of the requested connection options.

OptionsRequested

Options - One or more of the following:

A - Accepting
L - Linger
K - Keep Alive
R - Reuse Address
N - Don't route
D - Delay
X - Debug
I - Receive buffer size
O - Send buffer size
T - Timeout

Description

The INET::SSLSocket::GetOptions() method reads the status of one or more option values.

See Also